KsCommandStatus Class

Represents the states of a KINGSTAR method.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Api.KsCommandStatus

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class KsCommandStatus
Public Class KsCommandStatus

 

The KsCommandStatus class exposes the following members.

Constructors

 NameDescription
KsCommandStatusInitializes a new instance of the KsCommandStatus class.

Properties

 NameDescription
ActiveThe method is controlling the axis.
BusyThe method is not finished and new output values are to be expected.
CommandAbortedThe command is aborted by another command.
DoneThe method has done its work.
ErrorSignals that an error has occurred within the method.
ErrorIdThe error identification. See KsError.
HandleUsed to uniquely identify a command.
InSynctrue: The synchronization is completed. false: The slave axis is synchronizing with the master axis.
InSyncLatchGets or stores a command's specific value.
InVelocityThe commanded velocity reached.
ValueLengthThe length of the value buffer.

See also

IntervalZero.KINGSTAR.Base.Api Namespace